Can we have more than 10 group roles per group? 🔼

One group had 13, but -

[list=1]

[*] Wouldn't let me add more.

[*] Wouldn't let me delete the last one, though it let me delete the first one.

[*] Wouldn't even let group owner do things without going into god mode.

[/list]

On a test group I could add up to 10 roles.


reported=2021-06-09 10:42:33

reporter=onefang

priority=normal

category=Bug

severity=major

resolution=not fixable


2021-06-11 05:41:58 onefang: Yep, in 0.9.1.1 roles are limited to 10 per group.


2021-07-07 00:21:29 onefang: It's not in the group code directly, it's greying out the "Create new role" button.


2021-07-07 00:50:09 onefang: It's in the viewers, all of them!  And all of them have the limit set to 10 in roles_constants.h -

[code=C]

const S32 MAX_ROLES = 10;

[/code]

Except meta-impy and impy, which is set to 25, coz I increased that myself.  OpenSim has no limit.


2021-07-07 00:59:03 onefang: It's the viewers that limit this, not OpenSim.  OpenSim has no limit.  Likely it was a SL limit.